home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / resources / templates / statictab < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  948 b   |  26 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html  xmlns:t="http://www.participatorypolitics.org/"
  3.       xmlns:i18n="http://www.participatoryculture.org/i18n">
  4. <head>
  5. </head>
  6. <body>
  7. <a class="feeditem noselect">
  8.     <img class="icon" alt="" src="***this.obj.getIconURL()***" />
  9.     <div t:hideIf="this.obj.getNumber() == 0" class="left-bubble @@@this.obj.getNumberColor()@@@">
  10.         <div class="right-bubble @@@this.obj.getNumberColor()@@@">
  11.             <div class="number-count @@@this.obj.getNumberColor()@@@" t:replace="this.obj.getNumber()" />
  12.         </div>
  13.         <div t:showIf="this.obj.enableNewVideoPlayButton()" href="#" 
  14.              class="new-video-play-button"
  15.              onclick="return playNewVideos(event, ***this.objID()***);" >
  16.             <img src="resource:images/play.png" />
  17.         </div>
  18.     </div>
  19.     <div class="name" t:replace="this.obj.getTitle()" />
  20. </a>
  21. <!--
  22.     <div class="channel_bar_divider" />
  23. -->
  24. </body>
  25. </html>
  26.